/*   
Theme Name: IVP Theme
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: The IVP Theme based on 960.gs, Blueprint Typography and Simon WP Framework.
Author: Florian Dobler
Author URI: http://www.floriandobler.de
Version: 0.1
Tags: ivp
*/

@import url('reset.css');
@import url('grid.css');
@import url('forms.css'); 
@import url('typography.css');

/* GENERAL */

a {
	text-decoration: none;
	color: #1e4a62;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #1e4a62;
}

p img {
	margin: 5px;
	vertical-align: bottom;
}

#content ul {
	margin-top: 20px;	
}

.textwidget strong {
	font-weight: normal;
}

/* HEAD */

#header {
	height: 120px;
	padding: 15px 0 25px 0;
}

#logo {
	height: 120px;
	width: 280px;
	float: left;
}

#main-nav {
	height: 20px;
	width: 630px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 100px;
	font-weight: normal;
	float: right;
}

#headpic {
	padding: 0;
	height: 208px;
}

#header-pic {
	position: absolute;	
}

#header-quote {
	position: absolute;
	margin: 0 0 0 50px;
	background-color: white;
}

/* MAIN MENU */

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
}

#main-nav li {
	display: inline;
	padding-left: 10px;
}

#main-nav a {
	font-weight: normal;
	color: #333;	
	font-size: 13px;
}

#main-nav .current-menu-item a {
	font-weight: bold;
	font-size: 14px;
}

#main-nav .current-page-ancestor a {
	font-weight: bold;
	font-size: 14px;
}

#main-nav .sub-menu {
	display: none;
}

#sub-nav {
	margin-top: 20px;
}

#sub-nav ul {
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	display: inline;
	margin: 0;
	padding: 0;
}

#sub-nav li {
	display: inline;
	padding: 0 15px 0 0;
}

#sub-nav a {
	font-weight: normal;
	color: #333;
}

#subnav-title {
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	float: left;
}

/* BLOG */

#posts {
	margin: 15px 0 10px 0;	
}

.post {
	margin: 0 0 15px 0;
}

.post-hl {
	margin: 0 0 5px 0;
	padding: 0;
}

.post-hl a {
	color: #333333;
	font-weight: normal;
}

.post-meta {
	background-color: #b3cbd8;
	color: white;	
	padding: 3px 5px;
	font-size: 10px;
}

.post-meta-autor {
	font-weight: bold;
	text-transform: uppercase;	
}

.post-excerpt {
	margin: 5px 0 0 0;
}

blockquote {
	margin: 5px 0 0 0;
	padding: 0 100px 0px 40px;
	background: url(images/quote-page.png) no-repeat 15px 0px;
	font-size: 16px;
	line-height: 26px;
	color: #2e5065;
	display: block;
}

#posts blockquote {
	padding: 5px 5px 10px 20px;
	background: url(images/quote-blog.png) no-repeat 5px 3px;
	font-size: 13px;
	line-height: 20px;
	color: #2e5065;
	display: block;
}

.more-link {
	margin: 5px 0 0 0;	
}


/* SIDEBAR */

.sidebar_hl {
	font-size: 18px;
	color: #2e5065;
	margin: 0 0 0.5em;
}

.sidebar_entry {
	margin-bottom: 3em;	
}

#sidebar {
	margin-top: 2em;
}

#sidebar .textwidget {
	font-weight: normal;
}

/* FOOTER */

#footer {
	margin: 15px 0 40px 0;
	border-top: 1px solid #888;
	color: #888;
}

#footer a {
	color: #888;
}

#footer_left {
	float: left;	
}

#footer_right {
	float: right;
	text-align: right;
}


/* JQUERY ACCORDION */

#accordion {
	margin: 20px 0;
}

.acc_hl {
	margin: 5px 0 0 0;
	padding: 7px 0 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #496377;
	font-size: 1.2em;
}

.acc_cn {
	margin: 0;
	padding: 5px 15px;
	background-color: #cfe0e5;	
}


/* PORTRAITS */

.portrait {
	margin: 20px 0 20px 60px;
	padding: 0;
	clear: both;
	
}

.portrait_img {
	padding: 0 20px 20px 0;
	margin: 0;
	float: left;
}

.portrait_text {
	float: left;
	width: 400px;
}

.portrait_hl {
	font-size: 22px;
}

/* KOMMENTARE / REFERENZEN */

.comment_hl {
}

.comment {
	margin: 20px 0 20px 0;
	border-top: 1px dotted #CCCCCC;
}

.comment_meta {
	font-size: 11px;
	font-style: italic;
	width: 400px;
}

#comment_pagination {
	border-top: 1px dotted #CCCCCC;
	padding-top: 20px;
}


.link_button_block {
  padding: 16px;
  background: #1E477A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;	
  font-weight: bold;
/*  align-content: center; */
  text-align: center;
  display: block;
  color: white;
  border: 1px solid #1E477A;
  border-radius: 20px;
  box-shadow:1px 1px 1px 1px #666
}

a.link_button_block:hover {background-color:white; color:#1E477A}

.link_button {
  padding: 16px;
  background: #1E477A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;	
  font-weight: bold;
/*  align-content: center; */
	align-items: center;
    text-align: left;
	margin: 0 auto;
/*  display: flex; */
  color: white;
  border: 1px solid #1E477A;
  border-radius: 20px;
  box-shadow:1px 1px 1px 1px #666
}

a.link_button:hover {background-color:white; color:#1E477a}

/* ALT

/* header
.header {
        padding: 0px 0px 50px 10px;
}
#header-wrap h1 {
        width: 400px;
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
}

/* links 
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation 
#nav-bar {
        border-bottom: solid 1px #ccc;
	width: 960px;
	height: 26px;
	margin: 20px 0px 50px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header 
#footer {
        margin: 30px 0px 30px 0px;
        padding: 30px 0px 30px 0px;
        border-top: solid 3px #ccc;
}
/* Misc 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post 
.meta {
}
/* Comments 
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* featured section 
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
        border-bottom: solid 1px #ccc;
}